home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
NeXTmille
/
Source
/
Mile_100_View.m
< prev
next >
Wrap
Text File
|
1990-12-26
|
167b
|
21 lines
/* Generated by Interface Builder */
#import "Mile_100_View.h"
@implementation Mile_100_View
- init
{
[ super init ];
myMiles = 100;
return self;
}
@end